home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Gold Collection
/
Software Vault - The Gold Collection (American Databankers) (1993).ISO
/
cdr05
/
fres20.zip
/
FRESSRC.ZIP
/
FRES.H
< prev
next >
Wrap
Text File
|
1993-03-22
|
1KB
|
35 lines
// *** Fres.H ***
// Copyright (c) 1993 by Jamie O'Connell
#define VERSION "2.00"
#define IDAPPNM 101 // App Name
#define IDVERSTR 102 // App Version
#define IDMEM 103 // Mem Str CTL
#define IDONTOP 104 // On top Key
#define IDSNDNM 105 // Snd Name Key
#define IDSNDST 106 // Snd State Key
#define IDWAVNM 107 // Default Wave Name
// Config Dialog
#define IDTMFM 201 // Seconds for Free Mem/Res display CTL
#define IDTMFD 202 // Seconds for Free Disk Display CTL
#define IDDISK 203 // Disk Spec CTL
#define IDSND1 204 // Hourly Chime RButton
#define IDSND2 205 // 1/2 hout chime RButton
#define IDSND0 206 // Chime Off RButton
#define DFTTMFM 3
#define DFTTMFD 3
#define DFTDISK 3
#define GDIHP 1
#define USERHP 2
#define DSMEM 0
#define DSDISK 1
#define IDM_ABOUT 0x10
#define IDM_ONTOP 0x11
#define IDM_SAVLOC 0x12
#define IDM_CONFIG 0x13